home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 March - Disc 1 / Macworld (1999-03) (Disk 1).dmg / Shareware World / Info / For Developers / AM #11.1 / AM 11.1 Notes next >
Text File  |  1998-12-27  |  2KB  |  27 lines

  1.  
  2. AppMaker #11 Update 1 Notes
  3.  
  4. This is a minor update for AppMaker #11 to support the newly released PowerPlant 1.9.3 and to correct minor bugs.
  5.  
  6. After downloading the updater and expanding it, drag folders and files into the appropriate folders on your hard disk. Note that the "INTO xxx" folders may be nested.
  7.  
  8. For PP 1.9.3 the needed changes were minor and were fairly well documented in CodeWarrior's release notes. In the generated code we renamed LGACheckboxImp to LGACheckBoxImp (uppercase B). In the starter project we added UAppearance.cp, ControlsLib, and WindowsLib.
  9.  
  10. Bug fixes / enhancements
  11.  
  12. PowerPlant:
  13. • The generated Data module no longer assumes that the name of the Document is the same as the name of the Application. By convention, the two names are the same.
  14. • A LayerGroup now generates an #include LView and registers LView.
  15. • Scrolling a panel flavor listbox now works correctly. The fix was to change "PlaceInSuperFrameAt" to "PlaceInSuperImageAt" in AMPanelTableView.
  16.  
  17. C/C++ OS8:
  18. • Static text which had targetData generated a wrong member name.
  19. • A panel flavor listbox in a dialog now references mDialog instead of mWindow.
  20. • A layer group in a dialog did not work correctly apparently due to a bug in the Dialog Manager. We worked around the problem by creating all layers as initially visible.
  21. • Extra Includes for Commands in App and Doc are now generated.
  22. • Startup action of the App is now generated as the user's choice of New, Open, or nothing instead of always being New.
  23. • A scroll bar item now calls TrackScroll.
  24.  
  25. C/C++ OS8, plain C OS8, Pascal OS8:
  26. • Hierarchical menus could generate a duplicate resource error. This is fixed.
  27.